Skip to content

Remove duplicate top-level items from Docs dropdown in public HTML#350

Merged
GsCommand merged 1 commit into
mainfrom
codex/remove-duplicate-top-level-pages-from-docs-dropdown
May 25, 2026
Merged

Remove duplicate top-level items from Docs dropdown in public HTML#350
GsCommand merged 1 commit into
mainfrom
codex/remove-duplicate-top-level-pages-from-docs-dropdown

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Clean the Docs dropdown so it only contains documentation/tool links and does not duplicate items already present in the main top navigation.
  • Keep top-level nav, page bodies, footer structure, and all runtime/API/claim/signing/verifier logic unchanged while preserving dropdown layout.

Description

  • Replaced the Docs dropdown menu markup across the public site (21 HTML files under public/) to remove duplicate top-level links and keep only docs/tool entries.
  • Removed from the Docs dropdown: Protocol, Capabilities, Receipts, Live Proof, and Claim / Namespace Activation.
  • Preserved in the Docs dropdown: Docs Home (/docs.html), Wrap Your Agent (/docs/wrap-your-agent.html), Runtime (/runtime.html), MCP Bridge (/mcp.html), Schemas (/schemas.html), API Reference (/api.html), Integrations (/integrations.html), and Verifier (/verify.html).
  • No behavior or backend logic was changed and main top navigation (Home, Protocol, Capabilities, Receipts, Live Proof, SDK, Docs, Claim, GitHub) remains intact.

Testing

  • Ran npm test and all tests passed (65 tests passed).
  • Ran npm run check:links and link checks reported all local links/assets resolved across the HTML files.
  • Searched for erc8211.merkle.v1 with grep and found no matches.
  • Verified with grep that occurrences of the removed links still appear only in top nav/footer/body/CTAs as expected and are not present inside Docs dropdown menus after the update.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commandlayer-commandlayer-org Ready Ready Preview, Comment May 25, 2026 11:58pm
commandlayer-org Ready Ready Preview, Comment May 25, 2026 11:58pm
commandlayer-org111 Ready Ready Preview, Comment May 25, 2026 11:58pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant